Copy to FAT32
Tool for copying large files to FAT32 partitions.
-copyright 2025, David Polakovic, licensed under GPLv3
+copyright 2025, David Polakovic, licensed under Perl Artistic License
+
ABOUT:
-This scrip copies files to FAT32 partitions. Even those
-larger than 4GBs... which is needed when device using the
-USB stick can read only FAT32 partitions.
+This script allowes users to copy files larger than 4GB on partitions
+formated to FAT32. This is necessary for transfering files via USB thumbstick
+to systems with proprietary partition formats, because they always read
+FAT32.
+
HOW TO RUN:
Navigate to the directory where you downloaded the script and
LICENSE:
-https://www.gnu.org/licenses/gpl-3.0.en.html
+https://perldoc.perl.org/perlartistic
see LICENSE.txt
CONTACT:
email@dpolakovic.space
-Fetch my GPG here: https://dpolakovic.space/gpg.html
+Fetch my GPG here: https://dpolakovic.space/dpolakovic_pub_key.asc
RELEASE NOTES:
1.0 - copies everything as it should